<name>Aylena Lunasouris</name>
<profession>Student</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>
      <if>
        <key>metAylena</key>
      </if>
      <text>So nice to see you again.</text>
      <return>main</return>
    </reply>
    <reply>
      <text>Hello! You are Mekander's new candidates, right?</text>
      <script>
        <key>metAylena</key>
      </script>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Is there anything going on in this town?</text>
      <npc>
        <reply>
          <if>
            <key>metFabrice</key>
            <key>vassagobooked</key>
          </if>
          <text>Well, I'm studying to become a Seer.</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>Have you met my brother, Fabrice? I think he's up to something. Tell him that Lopamudra sent you to help him with his quest. Lopamudra is the wife of August, the High Seer.|She wants him to make poor Vassago well again, who has lost all his powers.</text>
          <script>
            <key>vassagobooked</key>
            <quest>Heal Vassago|By wish of Lopamudra, you are to assist Fabrice Lunasouris in the healing of Vassago</quest>
            <log>Sent to Fabrice by Aylena, to help him heal Vassago</log>
          </script>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Can anyone become a Seer?</text>
      <npc>
        <reply>
          <text>Oh, no! You must have the talent. But no matter where you come from, if you have the talent, they will teach you.</text>
           <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Who are the teachers?</text>
      <npc>
        <reply>
          <text>Everybody, really. All the Seers have normal jobs, too, but we spend time with each of them to develop our skills.</text>
           <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Thanks. See you!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>